const runtime.sigPreempt
6 uses
runtime (current package)
signal_unix.go#L73: const sigPreempt = _SIGURG
signal_unix.go#L179: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L385: signalM(mp, sigPreempt)
signal_unix.go#L447: if sig == sigPreempt && preemptMSupported && debug.asyncpreemptoff == 0 {
signal_unix.go#L664: if sig == sigPreempt && debug.asyncpreemptoff == 0 && !delayedSignal {
signal_unix.go#L1296: if sig == sigPreempt && preemptMSupported && debug.asyncpreemptoff == 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |